home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
19
/
9
/
DISK1992.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-06-01
|
1KB
|
38 lines
echo off
%2
cd\
if %4 == N goto :skip1
md %3
:skip1
cd %3
echo ---------------------------
echo Copying Giftbase diskette 1
copy %1GB11-1.EXE %2
if %4 == Y goto :skip2
echo ----------------------------------------------------------------
echo If you are updating Giftbase, you should get warnings that some
echo files already exist. You should overwrite them, so answer 'y'.
echo ----------------------------------------------------------------
:skip2
GB11-1
erase GB11-1.EXE
echo ---------------------------
echo Insert Giftbase diskette #2
pause
echo ---------------------------
echo Copying Giftbase diskette 2
copy %1GB11-2.EXE %2
GB11-2
erase GB11-2.EXE
if %4 == Y REN XXFIL*.DAT GBFIL*.DAT
echo ---------------------------------------------------------------
echo. Giftbase installation complete!
echo.
echo. Before starting...
echo.
echo. Read READ.ME file first. Also, see Q & A in Appendix D.
echo ---------------------------------------------------------------
%1
newlife
%2